Add CI workflow for updating regression test baselines#321
Add CI workflow for updating regression test baselines#321harryswift01 merged 2 commits intomainfrom
Conversation
|
Improving the baseline changes is great. Do we need to update the documentation to explain how to use this new workflow to update the baselines? And explain clearly when updating the baselines is accepted rather than people just doing this every time a regression test fails? |
Yeah that's a great idea, I'll update the docs to reflect these changes as well. |
jimboid
left a comment
There was a problem hiding this comment.
This PR looks great and should cut down on the noisey PRs when baseline updates are involved.
Summary
This PR will add a GitHub Actions workflow to automate updating regression testing baselines in a consistent CI environment.
Changes
Add regression baseline update workflow:
workflow_dispatch--update-baselinesflag in CIEnable automated commits from CI:
contents: writepermission to allow committing changesgit-auto-commit-actiontest(regression): update baselinesgithub-actions[bot]identityImprove baseline consistency:
Impact